projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
649504a
)
(load-library): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 13 Feb 2009 15:14:33 +0000
(15:14 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 13 Feb 2009 15:14:33 +0000
(15:14 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 84995d20a2db16ccbb04ced7441cb631731749f9..fd4d05b6577bb8f6994fcea156534ff7ecf24e55 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-829,6
+829,10
@@
Return nil if COMMAND is not found anywhere in `exec-path'."
(defun load-library (library)
"Load the library named LIBRARY.
+
+LIBRARY should be a relative file name of the library, a string.
+It can omit the suffix (a.k.a. file-name extension).
+
This is an interface to the function `load'."
(interactive
(list (completing-read "Load library: "